/*SECTION 1*/
/*#div1 {
    width: 350px;
    height: 70px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}*/
/*#sec1-sortable{
  width: 60%;
  float: left;
}
#sec1-sortable li{
	
	padding: 3px 20px;
}*/

/*SECTION 2*/
.sortable{
  width: 60%;
  float: left;
}
.sortable li{
	padding: 3px 20px;
}

/*QUIZ 1*/
.box{
	display: inline-block;
	margin-left: 10px;
	padding:10px;
}
.crust{
	margin-top: 10px;
}
.blank{
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f7f7f7;
    border-bottom: 1px #000;
    border-bottom-style: dashed;
    text-align: center;
    height: 20px;
    font-weight: bold;
    width: auto;
}
.hint-text{
	border-bottom: 1px #000;
    border-bottom-style: dashed;
    padding-bottom: 2px;
    font-weight: bold;
    color: #369c01;
    padding-left: 10px;
    padding-right: 5px;
    display: inline;
}
.wrong-answer{
	border-bottom: 1px #000;
    border-bottom-style: dashed;
    padding-bottom: 2px;
    font-weight: bold;
    color: #000;
    text-decoration-line:line-through;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}
/*QUIZ 2*/
ul#quiz-2{
	list-style: decimal;
	padding-left: 30px;
}
ul#quiz-2 li{
	padding-left: 10px;
}
/*input{
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f7f7f7;
    border-bottom: 1px #000;
    border-bottom-style: dashed;
    text-align: center;
    height: 20px;
    font-weight: bold;
}*/
/*QUIZ 3*/

.box-text{
	display: inline-block;
	padding-left: 25px;
}
#quiz-3{
	list-style-type: decimal;
	padding-left: 20px;
}
#quiz-3 img{
	width: 200px;
}
/*.blank{
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f7f7f7;
    border-bottom: 1px #000;
    border-bottom-style: dashed;
    text-align: center;
    height: 20px;
    font-weight: bold;
}*/
.ctr-media{
    float: left;
    color: #f5f5f5;
    width: 30%;
    text-align: center;
}
.ctr-media .btn-media{
    border: none;
    background: none;
    font-size: large;
}
.ctr-media .btn-media:hover{
    color: #1d5aab;
}
.ctr-media .btn-media:focus{
    outline: none;
}
.ctr-media .progress{
    height: 6px;
    cursor: pointer;
    margin-bottom: 0;
}
/*.ctr-media .btn-media:visited{
    color: #fff;
}*/
/*For single choice questions*/
.single-choice{

}
.single-choice .radio{

}
.single-choice .radio .rad-button{
    border: 1px solid #bbccd6;
    border-radius: 50%;
    margin-right: 20px;
    color: #369a02;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
}
.single-choice .radio .rad-button .glyphicon-remove{
    color: #f70303;
    top:-1px;
}
.single-choice .radio .rad-button:hover{
    background: #daedf8;
}
.single-choice .radio .rad-button .glyphicon-ok{
    top:-2px;
}
.score{
    color: #f5f5f5;
    left: 50%;
    position: absolute;
    font-weight: bold;
}
ul.ul-ec{
    padding-left: 20px;
    list-style: decimal;
}